Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ethereum bridge VP and e2e test clean up #323

Closed
wants to merge 33 commits into from

Conversation

tzemanovic
Copy link
Member

@tzemanovic tzemanovic commented Aug 11, 2022

moved from anoma/anoma#1229

based on #250

This is a PR to the mainline branch to clear up some code relating to the old Ethereum bridge design, which involved maintaining a queue of transfers. Also make the Ethereum bridge end-to-end test slightly clearer.

At the same time, trying to stop this test flaking in CI (#161), though we probably shouldn't close the linked issue even after this PR lands for a while until we have not seen the flake. We need better logging to investigate why it is happening (I have seen it a few times).

tzemanovic and others added 30 commits July 1, 2022 11:09
* tomas/update-bin-names:
  cli: update binary names dispatch for namada
  [ci] docker use rust:1.61.0
  update wasm checksums
  [ci] run specific step in docker container
* tomas/update-changelog-config:
  update the changelog config to namada repo
* tomas/e2e-fix-cmd-assert:
  changelog: add #247
  test/e2e: update assert_success/failure to first consume output
* tomas/remove-abci:
  [ci] wasm checksums update
  ledger: debug log some ABCI++ requests
  ledger: make prepare_proposal and process_proposal stateless
  ledger: refactor tx_queue
  scripts/get_tendermint: update for ABCI++ temp fork release
  test/e2e/ledger: enable ignored tests for ABCI++ workaround
  shell: process transaction when `ProcessProposal` hasn't (non-validator)
  make: remove "*-abci-plus-plus"
  all: remove "ABCI" conditional compilation
  deps: remove ABCI dependencies, use ABCI++ as default
* fraccaman+tomas/ci-e2e-validator-logs:
  [ci] improve e2e log upload to add validator logs
* tomas/expectrl-switch-from-fork:
  changelog: add #1142
  switch from a fork to expectrl v0.5.2
We won't use `queue` anymore, try modifying the DAI supply key instead
"everything" wasn't a good name
@tzemanovic
Copy link
Member Author

tzemanovic commented Aug 12, 2022

for some reason the eth e2e test failed on the first run (https://github.com/anoma/namada/runs/7792097449?check_suite_focus=true) with:

Reached a timeout for expect type of command
      Command: target/release/namadan --base-dir /tmp/.tmpISZg8d/e2e-test.434fc539cd4d48871ae5d/setup/validator-0/.anoma --mode validator ledger
      Logs: /tmp/.tmpISZg8d/e2e-test.434fc539cd4d48871ae5d/setup/validator-0/.anoma/logs/1660238793946600-namadan-9479372575242061887.log
       Needle: Tendermint node started

but in the log there's:

2022-08-11T17:26:34.024679Z  INFO namada_apps::node::ledger::tendermint_node: Tendermint node started

@tzemanovic
Copy link
Member Author

pls update wasm

@tzemanovic
Copy link
Member Author

@james-chf is this still relevant?

@james-chf
Copy link
Contributor

The test does still need to be cleaned up but it's drifted a bit since this PR

I opened anoma/anoma#1252 (on the old anoma repo by accident, will close that and make a new one on namada!)

I think this PR could be closed and we can fix it up in eth-bridge-integration

@james-chf
Copy link
Contributor

Will fix this up in a new PR

@james-chf james-chf closed this Nov 16, 2022
@james-chf james-chf deleted the james/mainline/ethbridge-cleanup branch November 16, 2022 19:51
phy-chain pushed a commit to phy-chain/namada that referenced this pull request Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants